9.本地包含(这题可能出现了问题) 题目源码如下 <?php include "flag.php"; $a = @$_REQUEST['hello']; eval( "var_dump($a);"); ...